home *** CD-ROM | disk | FTP | other *** search
/ Delphi 5 for Professionals / DELPHI5.iso / AddOns / Components / InstallMaster 7.03 / Devfulldemo.exe / file0206.bin < prev    next >
Encoding:
Text File  |  1999-04-26  |  2.2 KB  |  81 lines

  1. Document Type: WSE
  2. item: Global
  3.   Version=6.0
  4.   Title=Concat$
  5.   Flags=00000100
  6.   Split=1420
  7.   Languages=65 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
  8.   Copy Default=1
  9.   Japanese Font Name=MS Gothic
  10.   Japanese Font Size=10
  11.   Start Gradient=0 0 255
  12.   End Gradient=0 0 0
  13.   Windows Flags=00000000000000000010110000001000
  14.   Message Font=MS Sans Serif
  15.   Font Size=8
  16.   Disk Filename=SETUP
  17.   Patch Flags=0000000000000001
  18.   Patch Threshold=85
  19.   Patch Memory=4000
  20.   FTP Cluster Size=20
  21. end
  22. item: Remark
  23. end
  24. item: Remark
  25.   Text=This Wise 6.0 sample script shows how to use the Expression Concat$ in the parser.
  26. end
  27. item: Remark
  28. end
  29. item: Remark
  30.   Text=This part of the code is devoted to getting input from the user.
  31. end
  32. item: Prompt for Text
  33.   Window Title=Parser Comcat$ Test
  34.   Prompt Title=Please enter an alphanumeric value.
  35.   Variable=ALPHANUMERIC
  36. end
  37. item: Prompt for Text
  38.   Window Title=Parser Concat$ Test
  39.   Prompt Title=Please enter a a second alphanumeric value.
  40.   Variable=ALPHANUMERIC2
  41. end
  42. item: Remark
  43. end
  44. item: Remark
  45.   Text=The Concat$ function combines two alphanumeric fields into one.
  46. end
  47. item: Remark
  48.   Text=When creating an expression, you do not have to use the percent signs to define the variables.
  49. end
  50. item: Set Variable
  51.   Variable=ENDRESULT
  52.   Value=Concat$(Alphanumeric,Alphanumeric2)
  53.   Flags=00100000
  54. end
  55. item: Display Message
  56.   Title=Expression Parser - Concat$ Test 1.
  57.   Text=This Display message shows the set variable command in conjunction with the Expression parser.
  58.   Text=
  59.   Text= %ALPHANUMERIC% joined to %ALPHANUMERIC2% = %ENDRESULT%
  60. end
  61. item: Remark
  62. end
  63. item: Remark
  64.   Text=This is the other way you can use the expression parser.
  65. end
  66. item: Remark
  67.   Text=You can also use the command options such as <, >, >=, <=, and, or, not, and <>.
  68. end
  69. item: If/While Statement
  70.   Value=concat$(Alphanumeric,Alphanumeric2) = ENDRESULT
  71.   Flags=00001101
  72. end
  73. item: Display Message
  74.   Title=Expression Parser - Concat$ Test 2.
  75.   Text=This Display message shows an if/while  statement in conjunction with the Expression parser.
  76.   Text=
  77.   Text=Yes,  %ALPHANUMERIC% joined to  %ALPHANUMERIC2% = %ENDRESULT%
  78. end
  79. item: End Block
  80. end
  81.